home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LBLMKR70.ARJ / LBLFDSET.BAT < prev    next >
DOS Batch File  |  1992-03-07  |  2KB  |  53 lines

  1. cls
  2. echo off
  3. echo               Be sure that the hard disk is the default drive
  4. echo
  5. echo     WARNING  The hard disk must be the current drive.  If it is not, the
  6. echo              installation will not be performed properly.  Check to be
  7. echo              sure the screen displays the correct prompt for whichever
  8. echo              letter designates your hard disk, not A.
  9. pause
  10. cls
  11. echo                                       *
  12. echo                ----------L A B E L   M A K E R   7.05----------
  13. echo                    Copyright (c) Fort's Faceting, 1984-1992
  14. echo                                       *
  15. echo                   Creating a subdirectory on your hard disk.
  16. md \lblmaker
  17. cd \lblmaker
  18. echo                                       *
  19. echo         The subdirectory \LBLMAKER has been created on your hard disk.
  20. echo                                       *
  21. echo                      Copying EIGHT files to your hard disk.
  22. copy %1lbl.bat >nul
  23. if not exist LBL.BAT goto abort
  24. copy %1lblcount.dat >nul
  25. if not exist LBLCOUNT.DAT goto abort
  26. copy %1lbldlib.exe >nul
  27. if not exist LBLDLIB.EXE goto abort
  28. copy %1lbldstat.exe >nul
  29. if not exist LBLDSTAT.EXE goto abort
  30. copy %1lblins70.exe >nul
  31. if not exist LBLINS70.EXE goto abort
  32. copy %1lblmkr70.doc >nul
  33. if not exist LBLMKR70.DOC goto abort
  34. copy %1lblrun70.exe >nul
  35. if not exist LBLRUN70.EXE goto abort
  36. copy %1lblfonts.jep >nul
  37. if not exist LBLFONTS.JEP goto abort
  38. dir
  39. echo                                       *
  40. echo Remove the original program disk from Drive %1 and place it in a safe place
  41. echo                                       *
  42. echo        Your default drive should be the subdirectory you just created
  43. echo                                      and
  44. echo                    The disk to be labeled goes in Drive B
  45. echo                                       *
  46. goto end
  47. :abort
  48. echo                ***************************************
  49. echo                *   INSTALLATION PROGRAM HAS FAILED   *
  50. echo                *    CHECK THE SPACE ON YOUR DISK     *
  51. echo                ***************************************
  52. :end
  53.